home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / AMGErrorHandling.subproj / EMErrorAction+Dispatch.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  300 b   |  17 lines

  1.  
  2. #import "EMErrorAction.h"
  3. #import "dispatcher.h"
  4.  
  5. @interface EMErrorAction(Dispatch) <EMErrorDispatcher>
  6.  
  7. @end
  8.  
  9.  
  10. // Categories can add this method to interface a mail reader
  11.  
  12. @protocol EMActionNextMailInterface
  13.  
  14. - sendMailTo:(const char *)r subject:(const char *)subject body:(const char *)b;
  15.  
  16. @end
  17.